func runtime.gopark
14 uses
runtime (current package)
chan.go#L165: gopark(nil, nil, waitReasonChanSendNilChan, traceBlockForever, 2)
chan.go#L259: gopark(chanparkcommit, unsafe.Pointer(&c.lock), waitReasonChanSend, traceBlockChanSend, 2)
chan.go#L469: gopark(nil, nil, waitReasonChanReceiveNilChan, traceBlockForever, 2)
chan.go#L583: gopark(chanparkcommit, unsafe.Pointer(&c.lock), waitReasonChanReceive, traceBlockChanRecv, 2)
mfinal.go#L193: gopark(finalizercommit, unsafe.Pointer(&finlock), waitReasonFinalizerWait, traceBlockSystemGoroutine, 1)
mgc.go#L1295: gopark(func(g *g, nodep unsafe.Pointer) bool {
netpoll.go#L564: gopark(netpollblockcommit, unsafe.Pointer(gpp), waitReasonIOWait, traceBlockNet, 5)
proc.go#L287: gopark(nil, nil, waitReasonPanicWait, traceBlockForever, 1)
proc.go#L381: func gopark(unlockf func(*g, unsafe.Pointer) bool, lock unsafe.Pointer, reason waitReason, traceReason traceBlockReason, traceskip int) {
proc.go#L404: gopark(parkunlock_c, unsafe.Pointer(lock), reason, traceReason, traceskip)
select.go#L103: gopark(nil, nil, waitReasonSelectNoCases, traceBlockForever, 1) // forever
select.go#L327: gopark(selparkcommit, nil, waitReasonSelect, traceBlockSelect, 1)
time.go#L195: gopark(resetForSleep, unsafe.Pointer(t), waitReasonSleep, traceBlockSleep, 1)
trace.go#L533: gopark(func(gp *g, _ unsafe.Pointer) bool {
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |